Issue #10141: socket: add SocketCAN (PF_CAN) support. Initial patch by Matthias
Fuchs, updated by Tiago Gonçalves.
diff --git a/Misc/ACKS b/Misc/ACKS
index 3de6dae..7ea7bfa 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -319,6 +319,7 @@
Martin Franklin
Robin Friedrich
Ivan Frohne
+Matthias Fuchs
Jim Fulton
Tadayoshi Funaba
Gyro Funch
@@ -354,6 +355,7 @@
Yannick Gingras
Christoph Gohlke
Tim Golden
+Tiago Gonçalves
Chris Gonnerman
David Goodger
Hans de Graaff
diff --git a/Misc/NEWS b/Misc/NEWS
index af31f9f..e0fea0a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1322,6 +1322,9 @@
Extension Modules
-----------------
+- Issue #10141: socket: Add SocketCAN (PF_CAN) support. Initial patch by
+ Matthias Fuchs, updated by Tiago Gonçalves.
+
- Issue #13070: Fix a crash when a TextIOWrapper caught in a reference cycle
would be finalized after the reference to its underlying BufferedRWPair's
writer got cleared by the GC.