[issue24365] Conditionalize 3.5 additions to the stable ABI

2015-06-02 Thread Yury Selivanov
Changes by Yury Selivanov : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue24365] Conditionalize 3.5 additions to the stable ABI

2015-06-02 Thread Roundup Robot
Roundup Robot added the comment: New changeset c835dd16539a by Yury Selivanov in branch '3.5': Issue 24365: Conditionalize PEP 489 additions to the stable ABI https://hg.python.org/cpython/rev/c835dd16539a New changeset fd265fa89c36 by Yury Selivanov in branch 'default': Issue 24365: Merge 3.5 h

[issue24365] Conditionalize 3.5 additions to the stable ABI

2015-06-02 Thread Nick Coghlan
Nick Coghlan added the comment: Looks good to me. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue24365] Conditionalize 3.5 additions to the stable ABI

2015-06-02 Thread Yury Selivanov
Changes by Yury Selivanov : -- nosy: +ncoghlan stage: -> patch review ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubs

[issue24365] Conditionalize 3.5 additions to the stable ABI

2015-06-02 Thread Petr Viktorin
Petr Viktorin added the comment: I meant "stable ABI", of course -- title: Conditionalize 3.5 additions to the stable API -> Conditionalize 3.5 additions to the stable ABI ___ Python tracker __