[Python-Dev] Re: PEP 689 – Unstable C API tier (was: Semi-stable C API tier)

2022-06-01 Thread Sasha Kacanski
full descriptions in the code base regarding stable, semi-stable, unstable and so forth. I do that in my projects with Python libraries I write ... Sorry for intruding and possibly clouding the email thread... Regards, On Wed, Jun 1, 2022, 4:39 AM Stephen J. Turnbull wrote: > Sasha Kacansk

[Python-Dev] Re: PEP 689 – Unstable C API tier (was: Semi-stable C API tier)

2022-05-31 Thread Sasha Kacanski
Why you don't simplify with api A,B,C and forth and then follows explanation ofr what is stable, unstable, semi... So forth On Wed, May 4, 2022, 6:10 AM Petr Viktorin wrote: > > > On 29. 04. 22 19:02, Guido van Rossum wrote: > > On Fri, Apr 29, 2022 at 10:15 AM Petr Viktorin >

[Python-Dev] Re: Declarative imports

2022-04-10 Thread Sasha Kacanski
To me Steve nailed it... static type checker = lean and mean... On Fri, Apr 8, 2022, 5:03 AM Steven D'Aprano wrote: > On Fri, Apr 08, 2022 at 08:24:40AM +, Malthe wrote: > > > But firstly, let me present the idea. It is very simple, that Python > > should have declarative imports, > > I'm no

[Python-Dev] Fwd: Re: Are "Batteries Included" still a Good Thing? [was: It's now time to deprecate the stdlib urllib module]

2022-03-30 Thread Sasha Kacanski
-- Forwarded message - From: Sasha Kacanski Date: Wed, Mar 30, 2022, 2:55 PM Subject: Re: [Python-Dev] Re: Are "Batteries Included" still a Good Thing? [was: It's now time to deprecate the stdlib urllib module] To: Paul Moore Cc: Christopher Barker , Et

[Python-Dev] Issue with PR to ipaddress, core review needed by bpo-34788

2020-02-04 Thread Sasha Pavlyuk
Hello I write the same letter third time with a note of despair. 2019-06-03 I have created PR https://github.com/python/cpython/pull/13772 , which adds IPv6 scoped addresses support to ipaddress module. It is critical to everyone, who is dealing with IPv6 networking. For example, in salt project

[Python-Dev] Re: Mixed Python/C debugging

2019-12-02 Thread Sasha Kacanski
Same here, I do Pycharm and it is possible to add clion plugin and go through C code ... On Mon, Dec 2, 2019 at 8:34 AM Fabio Zadrozny wrote: > Hi Skip, > > I just wanted to note that what I usually do in this case is having 2 > debuggers attached. > > i.e.: start one any way you want and then d

[Python-Dev] Core review is needed by bpo-34788

2019-08-09 Thread Sasha Pavlyuk
Hello 2019-06-03 I have created PR https://github.com/python/cpython/pull/13772 , which adds IPv6 scoped addresses support to ipaddress module. It is very critical to everyone, who is dealing with IPv6 networking. For example, in salt project they use patched module. So, it would be very nice to

[Python-Dev] bpo-34788 needs a review

2019-07-15 Thread Sasha Pavlyuk
Hello 2019-06-03 I have created PR https://github.com/python/cpython/pull/13772 , which adds IPv6 scoped addresses support to ipaddress module. It is very critical to everyone, who is dealing with IPv6 networking. For example, in salt project they use patched module. So, it would be very nice to

Re: [Python-Dev] Expose the array interface in Python 2.5?

2006-03-17 Thread Sasha
"Travis E. Oliphant" ieee.org> wrote: > It is very important for many people to get access to memory with some > description of how that memory should be interpreted as an array. > Several Python packages could benefit if Python had some notion of an > array interface that was at least supported i