PyAPNs icon indicating copy to clipboard operation
PyAPNs copied to clipboard

Fix payload order and clean SSL retry

Open djacobs opened this issue 7 months ago • 0 comments

Summary

  • ensure deterministic JSON payload ordering using OrderedDict
  • remove deprecated sys.exc_clear() calls during SSL handshake

Testing

  • python tests.py
  • python -m pytest -q

https://chatgpt.com/codex/tasks/task_e_6842ee0f7940832896ed20a614f280b7

djacobs avatar Jun 06 '25 13:06 djacobs