[New-bugs-announce] [issue24365] Conditionalize 3.5 additions to the stable API

Petr Viktorin report at bugs.python.org
Tue Jun 2 20:54:59 CEST 2015


New submission from Petr Viktorin:

I have sent patches to 3.5 that add new stable API, and later I learned [0] that additions should be conditional on the value of Py_LIMITED_API.
This patch adds #ifdef blocks for what was added in issues #24268 and #24345.


[0] https://mail.python.org/pipermail/python-dev/2015-June/140425.html

----------
components: Extension Modules, Interpreter Core
files: guard-stable-api.patch
keywords: patch
messages: 244684
nosy: encukou
priority: normal
severity: normal
status: open
title: Conditionalize 3.5 additions to the stable API
versions: Python 3.5, Python 3.6
Added file: http://bugs.python.org/file39596/guard-stable-api.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue24365>
_______________________________________


More information about the New-bugs-announce mailing list