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

gh-129719: Restore missing socket.CAN_RAW_ERR_FILTER on Linux#129721

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PrevPrevious commit
NextNext commit
Process review comments from@ZeroIntensity
  • Loading branch information
@jbogers
jbogers committedFeb 6, 2025
commit98e7c8c1a67d5d640f52290db0e6693a36b4dc4c
2 changes: 1 addition & 1 deletionDoc/library/socket.rst
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -473,7 +473,7 @@ Constants
.. versionchanged:: 3.11
NetBSD support was added.

.. versionchanged::3.14
.. versionchanged::next
Restored missing ``CAN_RAW_ERR_FILTER`` on Linux.

.. data:: CAN_BCM
Expand Down
7 changes: 0 additions & 7 deletionsDoc/whatsnew/3.14.rst
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -655,13 +655,6 @@ sys
* On FreeBSD, :data:`sys.platform` doesn't contain the major version anymore.
It is always ``'freebsd'``, instead of ``'freebsd13'`` or ``'freebsd14'``.

socket
------

* Fix missing CAN_RAW_ERR_FILTER constant in the :mod:`socket` module on Linux systems.
It was missing since Python 3.11.
(Contributed by Jeroen Bogers in :gh:`129719`.)

sys.monitoring
--------------

Expand Down
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
Fix missing CAN_RAW_ERR_FILTER constant in the socket module on Linux systems. It was missing since Python 3.11.
Fix missing:data:`socket.CAN_RAW_ERR_FILTER` constant in the socket module on Linux systems. It was missing since Python 3.11.
Loading

[8]ページ先頭

©2009-2025 Movatter.jp