[Python-Dev] PEP 579 and PEP 580: refactoring C functions and methods
Jeroen Demeyer
J.Demeyer at UGent.be
Wed Jun 20 04:53:18 EDT 2018
More information about the Python-Dev mailing list
Wed Jun 20 04:53:18 EDT 2018
- Previous message (by thread): [Python-Dev] 2018 Python Language Summit coverage, part 2
- Next message (by thread): [Python-Dev] PEP 579 and PEP 580: refactoring C functions and methods
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hello, Let me present PEP 579 and PEP 580. PEP 579 is an informational meta-PEP, listing some of the issues with functions/methods implemented in C. The idea is to create several PEPs each fix some part of the issues mentioned in PEP 579. PEP 580 is a standards track PEP to introduce a new "C call" protocol, which is an important part of PEP 579. In the reference implementation (which is work in progress), this protocol will be used by built-in functions and methods. However, it should be used by more classes in the future. You find the texts at https://www.python.org/dev/peps/pep-0579 https://www.python.org/dev/peps/pep-0580 Jeroen.
- Previous message (by thread): [Python-Dev] 2018 Python Language Summit coverage, part 2
- Next message (by thread): [Python-Dev] PEP 579 and PEP 580: refactoring C functions and methods
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list