Your message dated Tue, 24 Sep 2024 11:27:55 +0200
with message-id <[email protected]>
and subject line My bad
has caused the Debian Bug report #1082661,
regarding Cannot import under Python 3.13
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
1082661: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1082661
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: python-greenlet
Version: 2.0.2-1
Severity: important

Very simple test shows what I wrote in $subject:

root@Infomaniak-sid-test>_ ~ # python3.12
Python 3.12.6 (main, Sep  7 2024, 14:20:15) [GCC 14.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import greenlet
>>> 
root@Infomaniak-sid-test>_ ~ # python3.13
Python 3.13.0rc2 (main, Sep  7 2024, 08:52:38) [GCC 14.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import greenlet
Traceback (most recent call last):
  File "<python-input-0>", line 1, in <module>
    import greenlet
  File "/usr/lib/python3/dist-packages/greenlet/__init__.py", line 29, in 
<module>
    from ._greenlet import _C_API # pylint:disable=no-name-in-module
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named 'greenlet._greenlet'

I have no clue (yet) how to fix though...

Cheers,

Thomas Goirand (zigo)

--- End Message ---
--- Begin Message ---
Sorry, it didn't work of course because not built against 3.13.

Cheers,

Thomas

--- End Message ---

Reply via email to