[issue34626] PEP 384's PyType_Spec and PyType_Slot are not documented

2019-05-28 Thread Petr Viktorin


Change by Petr Viktorin :


--
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



[issue34626] PEP 384's PyType_Spec and PyType_Slot are not documented

2019-05-24 Thread Petr Viktorin


Petr Viktorin  added the comment:


New changeset f1e17e9f97d9a4e97a5d99574775ee343a3a74fb by Petr Viktorin in 
branch 'master':
bpo-34626: Document creating heap types from the C-API (GH-9154)
https://github.com/python/cpython/commit/f1e17e9f97d9a4e97a5d99574775ee343a3a74fb


--

___
Python tracker 

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



[issue34626] PEP 384's PyType_Spec and PyType_Slot are not documented

2018-09-10 Thread Petr Viktorin


Change by Petr Viktorin :


--
keywords: +patch
pull_requests: +8600
stage:  -> patch review

___
Python tracker 

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



[issue34626] PEP 384's PyType_Spec and PyType_Slot are not documented

2018-09-10 Thread Petr Viktorin


New submission from Petr Viktorin :

The documentation of PyType_FromSpec and PyType_FromSpecWithBases is currently 
not very useful. In particular, PyType_Spec and PyType_Slot are only documented 
in pep-0384, not in the Python docs.

--
messages: 324975
nosy: petr.viktorin
priority: normal
severity: normal
status: open
title: PEP 384's PyType_Spec and PyType_Slot are not documented

___
Python tracker 

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