New submission from Mohammed Dief :
When you open Programs/_freeze_importlib.c code, you will get the main function
that gets executed when the C binary is running. That proves the first point
that that's the function that is gonna be used when this code is getting built
or used on
Mohammed Dief added the comment:
Hey there, sorry for the delay. i just submitted the fix on a PR to python
source code.
--
___
Python tracker
<https://bugs.python.org/issue43
Change by Mohammed Dief :
--
keywords: +patch
pull_requests: +24840
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/26223
___
Python tracker
<https://bugs.python.org/issu
New submission from Mohammed Dief :
- Hello there, 2 days ago i discovered a DoS on http.server in python that
allows me to take any python http.server down using less than 1k requests. i
reported it to PSRT but they said i should report it here since http.server
isn't for productio