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 ncoghlan
Recipients barry, emilyemorehouse, eric.smith, gvanrossum, joernheissler, koobs, miss-islington, ncoghlan, nedbat, pablogsal, rhettinger, serhiy.storchaka, steven.daprano, tim.peters, veky, willingc, xtreak
Date 2019-08-05.01:32:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1564968743.13.0.418960552706.issue35224@roundup.psfhosted.org>
In-reply-to
Content
Also, a major procedural note: it is NOT OK to merge a PEP implementation that completely ignores parts of the PEP. The merged tests are actively forcing NON-compliance with the accepted PEP, since they're requiring implementations to accept code that the PEP explicitly states should be disallowed.

Those rules were added because the behaviour in CPython leaks CPython implementation details that we *don't want* to be part of the language specification.
History
Date User Action Args
2019-08-05 01:32:23ncoghlansetrecipients: + ncoghlan, gvanrossum, tim.peters, barry, rhettinger, eric.smith, nedbat, steven.daprano, serhiy.storchaka, koobs, willingc, veky, emilyemorehouse, joernheissler, pablogsal, miss-islington, xtreak
2019-08-05 01:32:23ncoghlansetmessageid: <1564968743.13.0.418960552706.issue35224@roundup.psfhosted.org>
2019-08-05 01:32:23ncoghlanlinkissue35224 messages
2019-08-05 01:32:22ncoghlancreate