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 xtreak
Recipients xtreak, zzzeek
Date 2020-08-25.09:53:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1598349216.37.0.427483812127.issue41629@roundup.psfhosted.org>
In-reply-to
Content
The example used to raise deprecation warning in python 3.7

python3.7 -Wall ../backups/bpo41629.py
../backups/bpo41629.py:4: DeprecationWarning: __class__ not set defining 'X' as <class '__main__.X'>. Was __classcell__ propagated to type.__new__?
  class X(NamedTuple):

It was converted into RuntimeError in https://github.com/python/cpython/commit/f5e7b1999f46e592d42dfab51563ea5411946fb7 . Related https://bugs.python.org/issue23722
History
Date User Action Args
2020-08-25 09:53:36xtreaksetrecipients: + xtreak, zzzeek
2020-08-25 09:53:36xtreaksetmessageid: <1598349216.37.0.427483812127.issue41629@roundup.psfhosted.org>
2020-08-25 09:53:36xtreaklinkissue41629 messages
2020-08-25 09:53:36xtreakcreate