[issue15237] Add capsule API to _decimal

2019-02-27 Thread Paul Ganssle
Change by Paul Ganssle : -- nosy: +p-ganssle ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue15237] Add capsule API to _decimal

2014-09-03 Thread Stefan Behnel
Stefan Behnel added the comment: Is this superseded by issue 22194 now or the other way round? -- nosy: +scoder versions: +Python 3.5 -Python 3.4 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15237

[issue15237] Add capsule API to _decimal

2014-09-03 Thread Larry Hastings
Larry Hastings added the comment: I think #22194 is a duplicate issue. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15237 ___ ___

[issue15237] Add capsule API to _decimal

2013-10-18 Thread Stefan Krah
Stefan Krah added the comment: I believe you, but I'd like to understand why. :) It seems to me that a module and also PyInit_xxx() can be loaded portably. Say the handles to the module are cached somewhere after loading and initializing. I think this already happens in Python/dynload_shlib.c.

[issue15237] Add capsule API to _decimal

2013-10-18 Thread Marc-Andre Lemburg
Marc-Andre Lemburg added the comment: On 18.10.2013 11:39, Stefan Krah wrote: Stefan Krah added the comment: I believe you, but I'd like to understand why. :) :-) It seems to me that a module and also PyInit_xxx() can be loaded portably. Say the handles to the module are cached

[issue15237] Add capsule API to _decimal

2013-10-18 Thread Stefan Krah
Stefan Krah added the comment: Marc-Andre Lemburg rep...@bugs.python.org wrote: This may work on Linux (and probably does if you use the right DL flags), but I don't think this works reliably or at all on other platforms such as Windows. Symbols from shared libs are not necessarily available

[issue15237] Add capsule API to _decimal

2013-10-17 Thread Stefan Krah
Stefan Krah added the comment: I've looked at this, and the question is: Do we really need a capsule API? All relevant symbols in _decimal start with Py* and shouldn't need to be static. -- ___ Python tracker rep...@bugs.python.org

[issue15237] Add capsule API to _decimal

2013-10-17 Thread Marc-Andre Lemburg
Marc-Andre Lemburg added the comment: On 17.10.2013 21:01, Stefan Krah wrote: Stefan Krah added the comment: I've looked at this, and the question is: Do we really need a capsule API? All relevant symbols in _decimal start with Py* and shouldn't need to be static. You need a capsule in

[issue15237] Add capsule API to _decimal

2012-07-01 Thread Stefan Krah
New submission from Stefan Krah stefan-use...@bytereef.org: Unfortunately, this won't make it into 3.3. -- The self-review of mpdecimal.c had priority and was extremely time consuming. -- assignee: skrah messages: 164469 nosy: lemburg, mark.dickinson, rhettinger, skrah priority: normal

[issue15237] Add capsule API to _decimal

2012-07-01 Thread Larry Hastings
Changes by Larry Hastings la...@hastings.org: -- nosy: +larry ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15237 ___ ___ Python-bugs-list mailing

[issue15237] Add capsule API to _decimal

2012-07-01 Thread Mark Dickinson
Mark Dickinson dicki...@gmail.com added the comment: See issue #7652 for context. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15237 ___ ___

[issue15237] Add capsule API to _decimal

2012-07-01 Thread Arfrever Frehtes Taifersar Arahesis
Changes by Arfrever Frehtes Taifersar Arahesis arfrever@gmail.com: -- nosy: +Arfrever ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15237 ___