This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients arigo, loewis, pitrou, zseil
Date 2008-01-23.16:04:19
SpamBayes Score 0.050856937
Marked as misclassified No
Message-id <1201104262.36.0.756925790255.issue1180193@psf.upfronthosting.co.za>
In-reply-to
Content
If code objects grew a __module__ attribute (which functions already
have), wouldn't it be just a matter of falling back on 
sys.modules[my_code_object.__module__].__file__ when
my_code_object.co_filename points to a non-existent file?
History
Date User Action Args
2008-01-23 16:04:22pitrousetspambayes_score: 0.0508569 -> 0.050856937
recipients: + pitrou, loewis, arigo, zseil
2008-01-23 16:04:22pitrousetspambayes_score: 0.0508569 -> 0.0508569
messageid: <1201104262.36.0.756925790255.issue1180193@psf.upfronthosting.co.za>
2008-01-23 16:04:20pitroulinkissue1180193 messages
2008-01-23 16:04:19pitroucreate