Project

General

Profile

« Previous | Next » 

Revision a24570a6

Added by Jean byroot Boussier 7 months ago

ObjectSpace.dump: handle Module#set_temporary_name (#12068)

ObjectSpace.dump: handle Module#set_temporary_name

[Bug #20892]

Until the introduction of that method, it was impossible for a
Module name not to be valid JSON, hence it wasn't going through
the slower escaping function.

This assumption no longer hold.

Co-authored-by: Jean Boussier