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 josh.r
Recipients christian.heimes, dino.viehland, eric.snow, josh.r
Date 2019-09-11.19:09:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1568228985.38.0.863866542046.issue38116@roundup.psfhosted.org>
In-reply-to
Content
Why do you describe these issues (this one, #38069, #38071-#38076, maybe more) as making the module PEP 384 compatible? There is no reason to make the built-in modules stick to the limited API, and it doesn't look like you're doing that in any event (among other things, pretty sure Argument Clinic generated code isn't limited API compatible yet, though that might be changing?).

Seems like the main (only?) change you're making is to convert all static types to dynamic types. Which is fine, if it's necessary for PEP 554, but it seems only loosely related to PEP 384 (which defined mechanisms for "statically" defining dynamic heap types, but that wasn't the main thrust).
History
Date User Action Args
2019-09-11 19:09:45josh.rsetrecipients: + josh.r, christian.heimes, dino.viehland, eric.snow
2019-09-11 19:09:45josh.rsetmessageid: <1568228985.38.0.863866542046.issue38116@roundup.psfhosted.org>
2019-09-11 19:09:45josh.rlinkissue38116 messages
2019-09-11 19:09:45josh.rcreate