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 Dave Jones, eryksun, ncoghlan, serhiy.storchaka
Date 2017-01-26.12:40:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1485434455.06.0.427373900383.issue29270@psf.upfronthosting.co.za>
In-reply-to
Content
The scrapy case looks to just be the new metaclass constraint that's already covered in the "Porting to Python 3.6" guide: https://github.com/scrapy/scrapy/pull/2509/files

The ctypes case is more complicated, as its actually *reusing* the same class namespace to define two different classes, which is fundamentally incompatible with the way zero-argument super works.
History
Date User Action Args
2017-01-26 12:40:55ncoghlansetrecipients: + ncoghlan, serhiy.storchaka, eryksun, Dave Jones
2017-01-26 12:40:55ncoghlansetmessageid: <1485434455.06.0.427373900383.issue29270@psf.upfronthosting.co.za>
2017-01-26 12:40:55ncoghlanlinkissue29270 messages
2017-01-26 12:40:54ncoghlancreate