Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[Bug]: matplotlib simple example fails in Python 3.14 #30370

Closed as duplicate of#29157
@bje-

Description

@bje-

Bug summary

Using the simplest Pyplot example as a minimal test case on Python 3.14 gives aRecursionError: maximum recursion depth exceeded inpath.py.

Code for reproduction

importmatplotlib.pyplotaspltplt.plot([1,2,3,4])plt.ylabel('some numbers')plt.show()

Actual outcome

...trailswayback ...File"/home/bje/source/nemo/myenv/lib/python3.14/site-packages/matplotlib/path.py",line285,in__deepcopy__p=copy.deepcopy(super(),memo)File"/usr/lib/python3.14/copy.py",line157,indeepcopyy=_reconstruct(x,memo,*rv)File"/usr/lib/python3.14/copy.py",line234,in_reconstructy=func(*args)File"/usr/lib/python3.14/copy.py",line233,in<genexpr>args= (deepcopy(arg,memo)forarginargs)~~~~~~~~^^^^^^^^^^^File"/usr/lib/python3.14/copy.py",line138,indeepcopyy=copier(memo)File"/home/bje/source/nemo/myenv/lib/python3.14/site-packages/matplotlib/path.py",line285,in__deepcopy__p=copy.deepcopy(super(),memo)RecursionError:maximumrecursiondepthexceeded

Expected outcome

The simple example should Just Work.

Additional information

No response

Operating system

Ubuntu 24.04

Matplotlib Version

3.10.3

Matplotlib Backend

WxAgg

Python version

Python 3.14.0rc1

Jupyter version

No response

Installation

pip

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


      [8]ページ先頭

      ©2009-2025 Movatter.jp