[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: https://mail.pyt

[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 ___ ___ Python-bugs-list mailing list Uns

[issue15237] Add capsule API to _decimal

2014-09-02 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 ___ _

[issue15237] Add capsule API to _decimal

2013-10-18 Thread Stefan Krah
Stefan Krah added the comment: Marc-Andre Lemburg 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 to all other share

[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 so

[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-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 capsu

[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

[issue15237] Add capsule API to _decimal

2012-07-01 Thread Arfrever Frehtes Taifersar Arahesis
Changes by Arfrever Frehtes Taifersar Arahesis : -- nosy: +Arfrever ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscri

[issue15237] Add capsule API to _decimal

2012-07-01 Thread Mark Dickinson
Mark Dickinson added the comment: See issue #7652 for context. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscrib

[issue15237] Add capsule API to _decimal

2012-07-01 Thread Larry Hastings
Changes by Larry Hastings : -- nosy: +larry ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.

[issue15237] Add capsule API to _decimal

2012-07-01 Thread Stefan Krah
New submission from Stefan Krah : 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 severity: normal stage: ne