Collecting unassigned Expressions

2023-08-24 Thread Guenther Sohler via Python-list
Hi

I am wondering If an embedded Python Interpreter can detect unassigned
Expressions. Cases where functions Return values but they are Not
assignwd. E.g.
Calc_square(4)
Or
3*4-myval()

Thank you for your hints
-- 
https://mail.python.org/mailman/listinfo/python-list


[RELEASE] Python 3.11.5, 3.10.13, 3.9.18, and 3.8.18 is now available

2023-08-24 Thread Łukasz Langa via Python-list
There’s security content in the releases, let’s dive right in.

gh-108310 : Fixed an issue 
where instances of ssl.SSLSocket 
 were 
vulnerable to a bypass of the TLS handshake and included protections (like 
certificate verification) and treating sent unencrypted data as if it were 
post-handshake TLS encrypted data. Security issue reported as CVE-2023-40217 1 
 by Aapo Oksman. 
Patch by Gregory P. Smith.
Upgrading is highly recommended to all users of affected versions.

 
Python
 3.11.5

Get it here: https://www.python.org/downloads/release/python-3115/

This release was held up somewhat by the resolution of this CVE, which is why 
it includes a whopping 328 new commits since 3.11.4 (compared to 238 commits 
between 3.10.4 and 3.10.5). Among those, there is a fix for CVE-2023-41105 
which affected 
Python 3.11.0 - 3.11.4. See gh-106242 
 for details.

There are also some fixes for crashes, check out the change log 
 to see all 
information.

Most importantly, the release notes on the downloads page 
 include a description 
of the Larmor precession. I understood some of the words there!

 
Python
 3.10.13

Get it here: https://www.python.org/downloads/release/python-31013/

16 commits.

 
Python
 3.9.18

Get it here: https://www.python.org/downloads/release/python-3918/

11 commits.

 
Python
 3.8.18

Get it here: https://www.python.org/downloads/release/python-3818/

9 commits.

 
Stay
 safe and upgrade!

Thanks to all of the many volunteers who help make Python Development and these 
releases possible! Please consider supporting our efforts by volunteering 
yourself or through organization contributions to the Python Software 
Foundation.

--
Łukasz Langa @ambv 
on behalf of your friendly release team,

Ned Deily @nad 
Steve Dower @steve.dower 
Pablo Galindo Salgado @pablogsal 
Łukasz Langa @ambv 
Thomas Wouters @thomas 


signature.asc
Description: Message signed with OpenPGP
-- 
https://mail.python.org/mailman/listinfo/python-list