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 cameron
Recipients Greg Price, cameron, eric.snow, ncoghlan
Date 2019-11-26.03:59:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20191126035922.GA55620@cskk.homeip.net>
In-reply-to <1574703492.91.0.00896331875297.issue36375@roundup.psfhosted.org>
Content
On 25Nov2019 17:38, Python Bug Reports <report@bugs.python.org> wrote:
>Eric Snow <ericsnowcurrently@gmail.com> added the comment:
>
>FWIW, I have some feedback on the PEP.  (See msg357448.)  Can we discuss here or should I open a mailing list thread?

Let's discuss it here unless it looks like we need wider input. This is 
related to issue37292 (_xxsubinterpreters: Can't unpickle objects 
defined in __main__), yes?

With PEP499, "python -m foo" should have __name__=='__main__' and 
__spec__.name=='foo'. Were you thinking the __module__ should come from 
__spec__.name (and that the PEP should make that clear)?
History
Date User Action Args
2019-11-26 03:59:28cameronsetrecipients: + cameron, ncoghlan, eric.snow, Greg Price
2019-11-26 03:59:28cameronlinkissue36375 messages
2019-11-26 03:59:27cameroncreate