This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Need warning that `dl` module can cause segfaults/crashes
Type: Stage:
Components: Documentation Versions: Python 2.4
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: georg.brandl, tcdelaney
Priority: normal Keywords: patch

Created on 2006-01-10 23:20 by tcdelaney, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg49286 - (view) Author: Tim Delaney (tcdelaney) Date: 2006-01-10 23:20
The `dl` module can cause segfaults/crashes if used 
incorrectly. I recommend the following (or similar) 
wording be put at the top of the module documentation 
(preferable in red ;)

The `dl` module bypasses the Python type system and 
error handling. If used incorrectly it may cause 
segmentation faults, crashes or other incorrect 
behaviour.
msg49287 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2006-01-20 09:35
Logged In: YES 
user_id=1188172

Added a warning (with \warning{}) in revision 42104, 42105
(2.4).
History
Date User Action Args
2022-04-11 14:56:14adminsetgithub: 42783
2006-01-10 23:20:16tcdelaneycreate