Regression in 26554cf5d1e96db10d0d5f4b69683a22fb82fdf8.
--
Ticket URL: <https://code.djangoproject.com/ticket/31076>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* stage: Accepted => Ready for checkin
--
Ticket URL: <https://code.djangoproject.com/ticket/31076#comment:1>
* stage: Ready for checkin => Accepted
--
Ticket URL: <https://code.djangoproject.com/ticket/31076#comment:2>
Comment (by Carlton Gibson):
Grrr. OK, this is an annoying one. Path is such a nice touch, by
preference, I´d rather guard against this at the call point (casting with
`str()`) than revert the change here.
--
Ticket URL: <https://code.djangoproject.com/ticket/31076#comment:1>
* owner: nobody => zeynel
* status: new => assigned
--
Ticket URL: <https://code.djangoproject.com/ticket/31076#comment:2>
* has_patch: 0 => 1
--
Ticket URL: <https://code.djangoproject.com/ticket/31076#comment:3>
* needs_tests: 0 => 1
Comment:
[https://github.com/django/django/pull/12220 PR]
--
Ticket URL: <https://code.djangoproject.com/ticket/31076#comment:4>
* needs_tests: 1 => 0
* stage: Accepted => Ready for checkin
--
Ticket URL: <https://code.djangoproject.com/ticket/31076#comment:5>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"9d40b6bbf44d0de4d446dde5b9b51cadb60a24a3" 9d40b6bb]:
{{{
#!CommitTicketReference repository=""
revision="9d40b6bbf44d0de4d446dde5b9b51cadb60a24a3"
Fixed #31076 -- Fixed dbshell crash on Windows with Python < 3.8.
subprocess.run()'s args parameter accepts path-like objects on Windows
since Python 3.8.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/31076#comment:6>