Skip to content

Fix a bug when getstr convert a str to bytes and is called trom DESCFROMSTR,...

Jean-François Piéronne requested to merge topic/default/jfp into branch/default

Fix a bug when getstr convert a str to bytes and is called trom DESCFROMSTR, the bytes is release before the descriptor is used. bytearray is now allowed.

Merge request reports