Changes between Version 2 and Version 3 of Ticket #27647


Ignore:
Timestamp:
Dec 27, 2016, 8:45:42 AM (8 years ago)
Author:
Aleksi Häkli
Comment:

Fix styling.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #27647 – Description

    v2 v3  
    55https://github.com/django/django/blob/b79fc11d730b5beff92e9dd8853a61524cdeffe3/django/utils/autoreload.py#L290
    66
    7 Python documentation states that the _`os.spawnve` function is NOT thread-safe on Windows_ and that the `subprocess` module should be used instead.
     7Python documentation states that the ''`os.spawnve` function is NOT thread-safe on Windows'' and that the `subprocess` module should be used instead.
    88
    99I hence suspect that a thread that is spawned on reload makes a memory violation and causes a segmentation fault which kills off the server.
Back to Top