The fix is pretty trivial so a PR is on the way.
--
Ticket URL: <https://code.djangoproject.com/ticket/32144>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* has_patch: 0 => 1
Comment:
PR at https://github.com/django/django/pull/13609
--
Ticket URL: <https://code.djangoproject.com/ticket/32144#comment:1>
* status: new => assigned
* needs_better_patch: 0 => 1
* needs_tests: 0 => 1
* owner: nobody => boxed
* stage: Unreviewed => Accepted
--
Ticket URL: <https://code.djangoproject.com/ticket/32144#comment:2>
* needs_better_patch: 1 => 0
* needs_tests: 1 => 0
Comment:
Author updated patch with a test and seeks feedback on new approach.
--
Ticket URL: <https://code.djangoproject.com/ticket/32144#comment:3>
* stage: Accepted => Ready for checkin
Comment:
Verified regression test fails on main. Speaking of which, the regression
test targets the additional case Anders found, so the title of the patch
might be edited to be made more general, but I will leave that for others.
--
Ticket URL: <https://code.djangoproject.com/ticket/32144#comment:4>
Comment (by Carlton Gibson):
[https://github.com/django/django/pull/14578 Alternate PR based on review
comments].
--
Ticket URL: <https://code.djangoproject.com/ticket/32144#comment:5>
Comment (by Carlton Gibson <carlton@…>):
In [changeset:"4af162d4de5d60cef42e4707d821c1d6c0c99be0" 4af162d]:
{{{
#!CommitTicketReference repository=""
revision="4af162d4de5d60cef42e4707d821c1d6c0c99be0"
Refs #32144 -- Made makemessages remove temporary files on preprocessing
error.
Co-authored-by: Anders Hovmöller <anders.h...@dryft.se>
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/32144#comment:7>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"dfa7781033a0d62e84c632ef216208d29e7633c8" dfa77810]:
{{{
#!CommitTicketReference repository=""
revision="dfa7781033a0d62e84c632ef216208d29e7633c8"
Fixed #32144 -- Made makemessages remove temporary files when locale path
doesn't exist.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/32144#comment:6>