[issue40241] [C API] Make PyGC_Head structure opaque, or even move it to the internal C API

2020-06-02 Thread miss-islington


miss-islington  added the comment:


New changeset ff442f36b91810c8b8a6346e39f1dbf2c6d85764 by Miss Islington (bot) 
in branch '3.9':
bpo-40241: What's New in Python 3.9: opaque PyGC_Head (GH-20586)
https://github.com/python/cpython/commit/ff442f36b91810c8b8a6346e39f1dbf2c6d85764


--

___
Python tracker 

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



[issue40241] [C API] Make PyGC_Head structure opaque, or even move it to the internal C API

2020-06-02 Thread miss-islington


Change by miss-islington :


--
nosy: +miss-islington
nosy_count: 2.0 -> 3.0
pull_requests: +19823
pull_request: https://github.com/python/cpython/pull/20593

___
Python tracker 

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



[issue40241] [C API] Make PyGC_Head structure opaque, or even move it to the internal C API

2020-06-02 Thread STINNER Victor


STINNER Victor  added the comment:


New changeset 337d3103a2344e1fec75985e85fabcbdedac7d26 by Victor Stinner in 
branch 'master':
bpo-40241: What's New in Python 3.9: opaque PyGC_Head (GH-20586)
https://github.com/python/cpython/commit/337d3103a2344e1fec75985e85fabcbdedac7d26


--

___
Python tracker 

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



[issue40241] [C API] Make PyGC_Head structure opaque, or even move it to the internal C API

2020-06-01 Thread STINNER Victor


Change by STINNER Victor :


--
pull_requests: +19820
pull_request: https://github.com/python/cpython/pull/20586

___
Python tracker 

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



[issue40241] [C API] Make PyGC_Head structure opaque, or even move it to the internal C API

2020-04-13 Thread STINNER Victor


Change by STINNER Victor :


--
pull_requests: +18856
pull_request: https://github.com/python/cpython/pull/19505

___
Python tracker 

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



[issue40241] [C API] Make PyGC_Head structure opaque, or even move it to the internal C API

2020-04-13 Thread STINNER Victor


STINNER Victor  added the comment:

> bpo-40241: Add pycore_interp.h header (GH-19499)

Oops, this change was for bpo-40268.

--

___
Python tracker 

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



[issue40241] [C API] Make PyGC_Head structure opaque, or even move it to the internal C API

2020-04-13 Thread STINNER Victor


Change by STINNER Victor :


--
pull_requests:  -18854

___
Python tracker 

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



[issue40241] [C API] Make PyGC_Head structure opaque, or even move it to the internal C API

2020-04-13 Thread STINNER Victor


Change by STINNER Victor :


--
pull_requests: +18854
pull_request: https://github.com/python/cpython/pull/19505

___
Python tracker 

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



[issue40241] [C API] Make PyGC_Head structure opaque, or even move it to the internal C API

2020-04-13 Thread STINNER Victor


STINNER Victor  added the comment:


New changeset 0c13e1f96a9487e0efe63c3d3a05ff9738bd7dac by Victor Stinner in 
branch 'master':
bpo-40241: Add pycore_interp.h header (GH-19499)
https://github.com/python/cpython/commit/0c13e1f96a9487e0efe63c3d3a05ff9738bd7dac


--

___
Python tracker 

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



[issue40241] [C API] Make PyGC_Head structure opaque, or even move it to the internal C API

2020-04-13 Thread STINNER Victor


Change by STINNER Victor :


--
pull_requests: +18850
pull_request: https://github.com/python/cpython/pull/19499

___
Python tracker 

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



[issue40241] [C API] Make PyGC_Head structure opaque, or even move it to the internal C API

2020-04-13 Thread STINNER Victor


STINNER Victor  added the comment:

Ok, this issue should now be closed. It was easier than expected ;-)

--
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

___
Python tracker 

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



[issue40241] [C API] Make PyGC_Head structure opaque, or even move it to the internal C API

2020-04-13 Thread STINNER Victor


STINNER Victor  added the comment:


New changeset 0135598d729d01f35ce08d47160adaa095a6149f by Victor Stinner in 
branch 'master':
bpo-40241: Add pycore_gc.h header file (GH-19494)
https://github.com/python/cpython/commit/0135598d729d01f35ce08d47160adaa095a6149f


--

___
Python tracker 

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



[issue40241] [C API] Make PyGC_Head structure opaque, or even move it to the internal C API

2020-04-12 Thread STINNER Victor


Change by STINNER Victor :


--
pull_requests: +18847
pull_request: https://github.com/python/cpython/pull/19494

___
Python tracker 

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



[issue40241] [C API] Make PyGC_Head structure opaque, or even move it to the internal C API

2020-04-10 Thread Pablo Galindo Salgado


Pablo Galindo Salgado  added the comment:


New changeset f13072b8a89a922285737988b086beb4b06c6648 by Pablo Galindo in 
branch 'master':
bpo-40241: Add PyObject_GC_IsTracked and PyObject_GC_IsFinalized to the public 
C-API (GH-19461)
https://github.com/python/cpython/commit/f13072b8a89a922285737988b086beb4b06c6648


--

___
Python tracker 

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



[issue40241] [C API] Make PyGC_Head structure opaque, or even move it to the internal C API

2020-04-10 Thread Pablo Galindo Salgado


Change by Pablo Galindo Salgado :


--
pull_requests: +18817
pull_request: https://github.com/python/cpython/pull/19461

___
Python tracker 

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



[issue40241] [C API] Make PyGC_Head structure opaque, or even move it to the internal C API

2020-04-09 Thread ppperry


Change by ppperry :


--
title: [C API] Make PyGC_Head structure opaque, or even more it to the internal 
C API -> [C API] Make PyGC_Head structure opaque, or even move it to the 
internal C API

___
Python tracker 

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