Message245089
You can take a look at lru_cache_cache_info in Modules/_functoolsmodule.c for an example of namedtuple instantiation in C code. But that code gets the namedtuple class as a parameter.
This is not my area of expertise, but you could try using PyObject_CallFunction to call the Python collections.namedtuple function, keep the result as a module attribute, and then call that whenever you want to create an instance. |
|
Date |
User |
Action |
Args |
2015-06-09 20:10:39 | taleinat | set | recipients:
+ taleinat, berker.peksag, serhiy.storchaka, bmispelon |
2015-06-09 20:10:39 | taleinat | set | messageid: <1433880639.07.0.997068779431.issue24416@psf.upfronthosting.co.za> |
2015-06-09 20:10:39 | taleinat | link | issue24416 messages |
2015-06-09 20:10:38 | taleinat | create | |
|