forked from python/peps
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5aa26f5
commit a75a0a5
Showing
1 changed file
with
1 addition
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,6 @@ | ||
PEP: 9999 | ||
Title: An Evaluation of Python's Public C API | ||
Author: Erlend E. Aasland <[email protected]>, | ||
Domenico Andreoli <x@y>, | ||
Stefan Behnel <[email protected]>, | ||
Carl Friedrich Bolz-Tereick <x@y>, | ||
Simon Cross <x@y>, | ||
Steve Dower <[email protected]>, | ||
Tim Felgentreff <x@y>, | ||
David Hewitt <x@y>, | ||
Shantanu Jain <hauntsaninja at gmail.com>, | ||
Wenzel Jakob <x@y>, | ||
Irit Katriel <[email protected]>, | ||
Marc-Andre Lemburg <[email protected]>, | ||
Dong-hee Na <x@y>, | ||
Karl Nelson <x@y>, | ||
Ronald Oussoren <[email protected]>, | ||
Matti Picus <x@y>, | ||
Antoine Pitrou <[email protected]>, | ||
Benedikt Reinartz <x@y>, | ||
Guido van Rossum <[email protected]>, | ||
Neil Schemenauer <[email protected]>, | ||
Mark Shannon <[email protected]>, | ||
Stepan Sindelar <x@y>, | ||
Gregory P. Smith <[email protected]>, | ||
Eric Snow <[email protected]>, | ||
Victor Stinner <[email protected]>, | ||
Serhiy Storchaka <x@y>, | ||
Petr Viktorin <[email protected]>, | ||
Carol Willing <[email protected]>, | ||
William Woodruff <[email protected]>, | ||
David Woods <x@y>, | ||
Jelle Zijlstra <[email protected]> | ||
Author: Erlend E. Aasland <[email protected]>, Domenico Andreoli <x@y>, Stefan Behnel <[email protected]>, Carl Friedrich Bolz-Tereick <x@y>, Simon Cross <x@y>, Steve Dower <[email protected]>, Tim Felgentreff <x@y>, David Hewitt <x@y>, Shantanu Jain <hauntsaninja at gmail.com>, Wenzel Jakob <x@y>, Irit Katriel <[email protected]>, Marc-Andre Lemburg <[email protected]>, Dong-hee Na <x@y>, Karl Nelson <x@y>, Ronald Oussoren <[email protected]>, Matti Picus <x@y>, Antoine Pitrou <[email protected]>, Benedikt Reinartz <x@y>, Guido van Rossum <[email protected]>, Neil Schemenauer <[email protected]>, Mark Shannon <[email protected]>, Stepan Sindelar <x@y>, Gregory P. Smith <[email protected]>, Eric Snow <[email protected]>, Victor Stinner <[email protected]>, Serhiy Storchaka <x@y>, Petr Viktorin <[email protected]>, Carol Willing <[email protected]>, William Woodruff <[email protected]>, David Woods <x@y>, Jelle Zijlstra <[email protected]> | ||
Status: Draft | ||
Type: Informational | ||
Content-Type: text/x-rst | ||
|