The following currently works:
objc.repythonify(8.5, b"I")
This can hide errors and doesn't match how CPython behaves for regular APIs.
Plan:
- PyObjC 12: Warn about this (possibly with option to turn this into an error)
- PyObjC 13: Raise error unconditionally