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 <rep...@bugs.python.org>
<http://bugs.python.org/issue24365>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to