X Tutup
The Wayback Machine - https://web.archive.org/web/20201215132344/https://github.com/python/devguide/issues/230
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a reference link to the "Python Extension Patterns" guide? #230

Closed
ncoghlan opened this issue Jun 15, 2017 · 4 comments
Closed

Add a reference link to the "Python Extension Patterns" guide? #230

ncoghlan opened this issue Jun 15, 2017 · 4 comments

Comments

@ncoghlan
Copy link
Contributor

@ncoghlan ncoghlan commented Jun 15, 2017

I recently stumbled across https://pythonextensionpatterns.readthedocs.io, and I think it's an excellent introduction to the idioms of the Python C API for folks that already know C, but aren't yet familiar with the Python C API specifically.

I figure that kind of guide may also be useful to folks taking their first steps into CPython's C code.

@mlouielu
Copy link
Contributor

@mlouielu mlouielu commented Jun 15, 2017

+1 for this in the devguide, and I think the greensnake (ast guide) should put into it.

@matrixise
Copy link
Member

@matrixise matrixise commented Jul 25, 2017

Hi @ncoghlan
It's just a small section but at least, there are a link to the official documentation and to the introduction

See this PR: #246

@ezio-melotti
Copy link
Member

@ezio-melotti ezio-melotti commented Sep 5, 2017

See #184 for the Green Tree Snake guide.

@Mariatta
Copy link
Member

@Mariatta Mariatta commented Oct 12, 2017

Closed in #279

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
5 participants
You can’t perform that action at this time.
X Tutup