[issue24065] Outdated *_RESTRICTED flags in structmember.h

2016-10-04 Thread Berker Peksag
Changes by Berker Peksag : -- stage: needs patch -> resolved ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: ht

[issue24065] Outdated *_RESTRICTED flags in structmember.h

2016-10-03 Thread Alexander Belopolsky
Alexander Belopolsky added the comment: See #2897 for a plan to deperecate Include/structmember.h. -- nosy: +belopolsky resolution: -> duplicate status: open -> closed superseder: -> include structmember.h in Python.h ___ Python tracker

[issue24065] Outdated *_RESTRICTED flags in structmember.h

2015-05-13 Thread Berker Peksag
Changes by Berker Peksag : -- stage: -> needs patch ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue24065] Outdated *_RESTRICTED flags in structmember.h

2015-04-27 Thread Antoine Pitrou
Antoine Pitrou added the comment: +1 for deprecating them. -- nosy: +pitrou ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue24065] Outdated *_RESTRICTED flags in structmember.h

2015-04-27 Thread Berker Peksag
New submission from Berker Peksag: Looks like READ_RESTRICTED, PY_WRITE_RESTRICTED and RESTRICTED flags were used for "restricted mode" [1] in Python 2. "restricted mode" has been deprecated in Python 2.3. Also, the current documentation is outdated. WRITE_RESTRICTED is now PY_WRITE_RESTRICTED