Warning: mysqli::__construct(): (HY000/1203): User howardkn already has more than 'max_user_connections' active connections in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\includes\artfuncs.php on line 21
Failed to connect to MySQL: (1203) User howardkn already has more than 'max_user_connections' active connections
Warning: mysqli::query(): Couldn't fetch mysqli in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\index.php on line 66
Article <mailman.49.1729940897.4695.python-list@python.org>
Deutsch   English   Français   Italiano  
<mailman.49.1729940897.4695.python-list@python.org>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!fu-berlin.de!uni-berlin.de!not-for-mail
From: <c.buhtz@posteo.jp>
Newsgroups: comp.lang.python
Subject: Re: shutil.rmtree() fails when used in Fedora (rpm) "mock" environment
Date: Sat, 26 Oct 2024 11:08:05 +0000
Lines: 7
Message-ID: <mailman.49.1729940897.4695.python-list@python.org>
References: <4a13731716200669342338ae409e73ca@posteo.de>
 <4XbH214CRzz6tyG@submission01.posteo.de>
Reply-To: python-list@python.org
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Trace: news.uni-berlin.de 3WhqLoQb7269W6BFSgnvqw+NVXacIvwYzOX/W6zHQr5Q==
Cancel-Lock: sha1:/uJPvVuRnNt24RYUGWXiFaIb9fQ= sha256:Iov9q0l5Pk/AeUo406d8YJ0MhZmrjTGaDZDL2A5CYdI=
Return-Path: <c.buhtz@posteo.jp>
X-Original-To: python-list@python.org
Delivered-To: python-list@mail.python.org
Authentication-Results: mail.python.org; dkim=none reason="no signature";
 dkim-adsp=none (unprotected policy); dkim-atps=neutral
X-Spam-Status: OK 0.036
X-Spam-Evidence: '*H*': 0.93; '*S*': 0.00; 'subject:when': 0.07;
 'fedora': 0.09; 'subject:() ': 0.16; 'subject:Fedora': 0.16;
 'subject:fails': 0.16; 'subject:used': 0.16; 'python': 0.16;
 'bug': 0.19; 'to:addr:python-list': 0.20; 'issue': 0.21;
 'version': 0.23; 'received:de': 0.23; 'seems': 0.26; 'header:In-
 Reply-To:1': 0.34; 'thanks': 0.39; 'between': 0.63;
 'received:185': 0.71; 'reply-to:no real name:2**0': 0.78; 'header
 :Reply-To:1': 0.79; 'out.': 0.80
In-Reply-To: <4a13731716200669342338ae409e73ca@posteo.de>
X-BeenThere: python-list@python.org
X-Mailman-Version: 2.1.39
Precedence: list
List-Id: General discussion list for the Python programming language
 <python-list.python.org>
List-Unsubscribe: <https://mail.python.org/mailman/options/python-list>,
 <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive: <https://mail.python.org/pipermail/python-list/>
List-Post: <mailto:python-list@python.org>
List-Help: <mailto:python-list-request@python.org?subject=help>
List-Subscribe: <https://mail.python.org/mailman/listinfo/python-list>,
 <mailto:python-list-request@python.org?subject=subscribe>
X-Mailman-Original-Message-ID: <4XbH214CRzz6tyG@submission01.posteo.de>
X-Mailman-Original-References: <4a13731716200669342338ae409e73ca@posteo.de>
Bytes: 2599

As you can see in the linked issue it seems it was an incompatibility
between the version of Python and PyFakeFS.

In the end it was a Fedora packaging bug because that pyfakefs version
was not compatible with Python 3.13.

Thanks in advance for helping out.