Your message dated Tue, 23 Jul 2024 10:34:49 +0200
with message-id <Zp9rKQi5YFx5c--W@carotte>
and subject line Re: Bug#1076747: AttributeError: partially initialized module 
'threading' has no attribute 'RLock'
has caused the Debian Bug report #1076747,
regarding AttributeError: partially initialized module 'threading' has no 
attribute 'RLock'
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 ow...@bugs.debian.org
immediately.)


-- 
1076747: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1076747
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: mercurial
Version: 6.8-1
Severity: grave

Dear Maintainer,

Running mercurial (simply running `hg`) on trixie fails with:

```
Traceback (most recent call last):
  File "/usr/bin/hg", line 57, in <module>
    from mercurial import dispatch
  File "<frozen importlib._bootstrap>", line 1360, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1331, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 935, in _load_unlocked
  File "/usr/lib/python3/dist-packages/hgdemandimport/demandimportpy3.py", line 
52, in exec_module
    super().exec_module(module)
  File "<frozen importlib.util>", line 257, in exec_module
  File "<frozen importlib._bootstrap>", line 1360, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1331, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 935, in _load_unlocked
  File "/usr/lib/python3/dist-packages/hgdemandimport/demandimportpy3.py", line 
52, in exec_module
    super().exec_module(module)
  File "<frozen importlib.util>", line 267, in exec_module
AttributeError: partially initialized module 'threading' has no attribute 
'RLock' (most likely due to a circular import)
```

-- System Information:
Versions of packages mercurial depends on:
ii  libc6             2.39-4
ii  mercurial-common  6.8-1
ii  python3           3.12.4-1
ii  ucf               3.0043+nmu1

Versions of packages mercurial recommends:
ii  openssh-client  1:9.7p1-7

Versions of packages mercurial suggests:
pn  kdiff3 | kdiff3-qt | kompare | meld | tkcvs | mgdiff  <none>
pn  qct                                                   <none>

--- End Message ---
--- Begin Message ---
Version: 6.8-2

On Tue, Jul 23, 2024 at 07:02:57 +0900, Mike Hommey wrote:

> Package: mercurial
> Version: 6.8-1
> Severity: grave
> 
> Dear Maintainer,
> 
> Running mercurial (simply running `hg`) on trixie fails with:
> 
> ```
> Traceback (most recent call last):
>   File "/usr/bin/hg", line 57, in <module>
>     from mercurial import dispatch
>   File "<frozen importlib._bootstrap>", line 1360, in _find_and_load
>   File "<frozen importlib._bootstrap>", line 1331, in _find_and_load_unlocked
>   File "<frozen importlib._bootstrap>", line 935, in _load_unlocked
>   File "/usr/lib/python3/dist-packages/hgdemandimport/demandimportpy3.py", 
> line 52, in exec_module
>     super().exec_module(module)
>   File "<frozen importlib.util>", line 257, in exec_module
>   File "<frozen importlib._bootstrap>", line 1360, in _find_and_load
>   File "<frozen importlib._bootstrap>", line 1331, in _find_and_load_unlocked
>   File "<frozen importlib._bootstrap>", line 935, in _load_unlocked
>   File "/usr/lib/python3/dist-packages/hgdemandimport/demandimportpy3.py", 
> line 52, in exec_module
>     super().exec_module(module)
>   File "<frozen importlib.util>", line 267, in exec_module
> AttributeError: partially initialized module 'threading' has no attribute 
> 'RLock' (most likely due to a circular import)
> ```
> 
This was caused by a change in cpython, see bug#1076449.  I pushed a
fix on the hg side in 6.8-2.

Cheers,
Julien

--- End Message ---

Reply via email to