[issue23897] Update Python 3 extension module porting guide

2020-05-28 Thread Petr Viktorin
Petr Viktorin added the comment: py3c has an open issue to check that Barry's notes on C extensions are included: https://github.com/encukou/py3c/issues/1 However, C extensions are only a small part of the wiki page. -- ___ Python tracker

[issue23897] Update Python 3 extension module porting guide

2020-05-27 Thread Sumana Harihareswara
Sumana Harihareswara added the comment: Following the large rewrite in https://github.com/python/cpython/pull/9317 to point to other guides (including py3c) instead of providing a guide, should we a) add a pointer to Barry's notes as well b) migrate this bug to request enhancements to py3c

[issue23897] Update Python 3 extension module porting guide

2016-04-30 Thread Berker Peksag
Changes by Berker Peksag : -- components: +Documentation stage: -> needs patch type: -> enhancement versions: +Python 3.5, Python 3.6 ___ Python tracker

[issue23897] Update Python 3 extension module porting guide

2015-04-09 Thread Nick Coghlan
New submission from Nick Coghlan: The extension module porting guide at https://docs.python.org/dev/howto/cporting.html should be updated with Linux distro porting experience. Barry's notes: https://wiki.python.org/moin/PortingToPy3k/BilingualQuickRef#Python_extension_modules Petr's