PyMemberDef missing in limited API / Deprecate structmember.h

benjaminp · GitHub

BPO

2897

Nosy

@loewis

,

@smontanaro

,

@birkenfeld

,

@rhettinger

,

@abalkin

,

@vstinner

,

@benjaminp

,

@berkerpeksag

,

@serhiy-storchaka

,

@matrixise

,

@erlend-aasland

,

@MatzeB

PRs

bpo-2897: Make PyMemberDef part of stable ABI; deprecate structmember.h #20462

bpo-41861: Clean up sqlite3 header files wrt. PEP 384 #22419

Dependencies

bpo-24065

: Outdated *_RESTRICTED flags in structmember.h

bpo-28349

: Issues with PyMemberDef flags

Files

issue2897.diff

issue2897-docs-3x.diff

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more detailsGitHub fields:

assignee='https://github.com/abalkin'closed_at=Nonecreated_at=<Date2008-05-16.22:45:11.685>labels= ['interpreter-core', 'expert-C-API', 'type-feature', '3.10', 'docs'] title='PyMemberDef missing in limited API / Deprecate structmember.h'updated_at=<Date2020-09-26.20:51:31.703>user='https://github.com/benjaminp'bugs.python.org fields:

activity=<Date2020-09-26.20:51:31.703>actor='erlendaasland'assignee='belopolsky'closed=Falseclosed_date=Nonecloser=Nonecomponents= ['Documentation', 'Interpreter Core', 'C API'] creation=<Date2008-05-16.22:45:11.685>creator='benjamin.peterson'dependencies= ['24065', '28349'] files= ['44943', '44976'] hgrepos= [] issue_num=2897keywords= ['patch'] message_count=21.0messages= ['66972', '67028', '67062', '79242', '79244', '277971', '277973', '277976', '277982', '277985', '277986', '277988', '278136', '342468', '370098', '370100', '370101', '370104', '370106', '370107', '370138'] nosy_count=15.0nosy_names= ['loewis', 'skip.montanaro', 'georg.brandl', 'rhettinger', 'belopolsky', 'vstinner', 'benjamin.peterson', 'Arfrever', 'herzbube', 'docs@python', 'berker.peksag', 'serhiy.storchaka', 'matrixise', 'erlendaasland', 'Matthias Braun'] pr_nums= ['20462', '22419'] priority='normal'resolution=Nonestage='patch review'status='open'superseder=Nonetype='enhancement'url='https://bugs.python.org/issue2897'versions= ['Python 3.10']PR:

gh-47146: Soft-deprecate structmember.h, expose its contents via Python.h #99014

PR:

gh-47146: Fix reference counting in _testcapi.structmember initializer #106862

PR:

[3.12] gh-47146: Fix reference counting in _testcapi.structmember initializer (GH-106862) #106953