SIGN IN SIGN UP

bpo-35373: Fix PyInit_time() error handling (GH-10865)

* PyInit_time() now returns NULL if an exception is raised.
* Rename PyInit_timezone() to init_timezone(). "PyInit_" prefix is
  a special prefix for function initializing a module.
  init_timezone() doesn't initialize a module and the function is not
  exported.
V
Victor Stinner committed
3bb150d8148e3cc08418077a58f43e064b9fde61
Parent: ab66149
Committed by GitHub <noreply@github.com> on 12/3/2018, 12:45:38 PM