Description
Redistributes the removed standard-library xdrlib module for legacy Python code that encodes or decodes XDR data. It helps older network and data-exchange tools continue running on newer Python versions.
This is a compatibility library. XDR parsing of untrusted data should still enforce size limits, expected schemas, and robust error handling.