[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 docs or 
http://python3porting.com/cextensions.html
c) something else?

--
keywords: +patch
message_count: 1.0 -> 2.0
nosy: +sumanah
nosy_count: 6.0 -> 7.0
pull_requests: +19725
stage: needs patch -> patch review
pull_request: https://github.com/python/cpython/pull/9317

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 compatibility helper tools: https://py3c.readthedocs.org

--
assignee: barry
messages: 240328
nosy: barry, bkabrda, doko, encukou, kushal.das, ncoghlan
priority: normal
severity: normal
status: open
title: Update Python 3 extension module porting guide

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue23897
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com