Message297704
| Author | serhiy.storchaka |
|---|---|
| Recipients | RazerM, SamueleSanti, brett.cannon, eric.snow, ncoghlan, serhiy.storchaka |
| Date | 2017-07-05.06:28:15 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1499236095.22.0.0802699141566.issue30814@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
I have came to the same conclusion. PR 2580 adds a double check in _bootstrap._find_and_load() (and also moves the locking into it). It also simplifies the C code by removing the fast path for the case sys.module[name] is None. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2017-07-05 06:28:15 | serhiy.storchaka | set | recipients: + serhiy.storchaka, brett.cannon, ncoghlan, eric.snow, RazerM, SamueleSanti |
| 2017-07-05 06:28:15 | serhiy.storchaka | set | messageid: <1499236095.22.0.0802699141566.issue30814@psf.upfronthosting.co.za> |
| 2017-07-05 06:28:15 | serhiy.storchaka | link | issue30814 messages |
| 2017-07-05 06:28:15 | serhiy.storchaka | create | |