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.

Author openalmeida
Recipients openalmeida
Date 2022-01-06.19:09:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1641496159.96.0.883320895883.issue46285@roundup.psfhosted.org>
In-reply-to
Content
update
======

It seems I've found the problem, http/server.py#L1277-L1288:

```
        handler_class = partial(SimpleHTTPRequestHandler,
                                directory=args.directory)
```

Because of `partial` (provide by the functools module), there comes a closure like stuff ?
History
Date User Action Args
2022-01-06 19:09:20openalmeidasetrecipients: + openalmeida
2022-01-06 19:09:19openalmeidasetmessageid: <1641496159.96.0.883320895883.issue46285@roundup.psfhosted.org>
2022-01-06 19:09:19openalmeidalinkissue46285 messages
2022-01-06 19:09:19openalmeidacreate