Michael Felt <aixto...@felt.demon.nl> added the comment:

the XLC compiler has an option to create "listing" files. The content depends 
on the arguments passed to the xlc compilers.

>From memory (as I always need to look them up) these include -qinfo and 
>-qsource (plus arguments)

FYI: besides showing info such as macro substitution these are also the files 
that would include the generate assembly/machine instructions.

.lst files are not created by default (by Python configure and make). If they 
are there, there are a user generated file. As .lst files are created in the 
cwd (current working directory) I keep myself 'clean' by building out of tree.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue40069>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to