[issue6251] c++ extension module implementation guide/example in extending/embedding documentation

2010-08-04 Thread Terry J. Reedy
Terry J. Reedy tjre...@udel.edu added the comment: I suggest you put your example on the Python wiki or even Python cookbook site. Or announce on Python list and you should get some feedback from C++ users. I am closing this until there is some. Writing it against 3.x capi would be more

[issue6251] c++ extension module implementation guide/example in extending/embedding documentation

2010-07-20 Thread Mark Lawrence
Changes by Mark Lawrence breamore...@yahoo.co.uk: -- assignee: georg.brandl - d...@python nosy: +d...@python ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6251 ___

[issue6251] c++ extension module implementation guide/example in extending/embedding documentation

2010-05-20 Thread Skip Montanaro
Changes by Skip Montanaro s...@pobox.com: -- nosy: -skip.montanaro ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6251 ___ ___ Python-bugs-list

[issue6251] c++ extension module implementation guide/example in extending/embedding documentation

2009-06-11 Thread John O'Driscoll
John O'Driscoll biggerbu...@yahoo.co.in added the comment: I'm aware of Boost without being familiar. I should find out more. I don't have any reason to think it might not be the better approach. I guess when I wrote this I was thinking in terms of minimising dependencies: writing a program

[issue6251] c++ extension module implementation guide/example in extending/embedding documentation

2009-06-10 Thread John O'Driscoll
New submission from John O'Driscoll biggerbu...@yahoo.co.in: feature: extension module C++ howto/example in extending-embedding/c-api documentation why:The embedding/extension documentation states that module implementation in c++ is possible, without providing any guidance beyond this.

[issue6251] c++ extension module implementation guide/example in extending/embedding documentation

2009-06-10 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc amaur...@gmail.com added the comment: Did you take a look at Boost.Python? This is a much more natural (from C++ point of view) way to create Python types. All boilerplate code comes from template techniques (creation/destruction, static methods...) The tutorial is

[issue6251] c++ extension module implementation guide/example in extending/embedding documentation

2009-06-10 Thread Skip Montanaro
Changes by Skip Montanaro s...@pobox.com: -- nosy: +skip.montanaro ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6251 ___ ___ Python-bugs-list