pallets / jinja

A very fast and expressive template engine.
https://jinja.palletsprojects.com
BSD 3-Clause "New" or "Revised" License
10.28k stars 1.61k forks source link

Template.render changelog is documented as using asyncio.run but does not #1951

Closed graingert closed 4 months ago

graingert commented 6 months ago

this was supposed to be introduced in https://github.com/pallets/jinja/pull/1444

but actually uses asyncio.new_event_loop().run_until_complete() https://github.com/pallets/jinja/pull/1444/files#diff-8cc12d19725f1da7bcad40d7f4fda3c343cc7e1ed7cc69a09e48be8bd2abf636R1290