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 eric.snow
Recipients Arfrever, berker.peksag, brett.cannon, eric.araujo, eric.snow, meador.inge, pitrou, python-dev
Date 2012-04-23.00:53:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1335142406.22.0.427866596386.issue13959@psf.upfronthosting.co.za>
In-reply-to
Content
How consistent do the semantics of reload() need to remain?  (The C version does more type checking than the Python version probably needs to worry about.  reload() seems to be one of those bits that doesn't have much test coverage.)

Also, what's the best way to exercise the changes one makes to the C code?
History
Date User Action Args
2012-04-23 00:53:26eric.snowsetrecipients: + eric.snow, brett.cannon, pitrou, eric.araujo, Arfrever, meador.inge, python-dev, berker.peksag
2012-04-23 00:53:26eric.snowsetmessageid: <1335142406.22.0.427866596386.issue13959@psf.upfronthosting.co.za>
2012-04-23 00:53:25eric.snowlinkissue13959 messages
2012-04-23 00:53:25eric.snowcreate