Re: PyImport_AddModule vs PyImport_Import

2016-09-27 Thread dl l
Thanks. That's helpful. I did not notice the note. 2016-09-27 19:24 GMT+08:00 Ned Batchelder : > On Tuesday, September 27, 2016 at 3:54:01 AM UTC-4, dl l wrote: > > What is the difference between PyImport_AddModule and PyImport_Import? > > > > When need to use PyImport_AddModule? > > > > When nee

Re: PyImport_AddModule vs PyImport_Import

2016-09-27 Thread Ned Batchelder
On Tuesday, September 27, 2016 at 3:54:01 AM UTC-4, dl l wrote: > What is the difference between PyImport_AddModule and PyImport_Import? > > When need to use PyImport_AddModule? > > When need to use PyImport_Import? Does this paragraph from the docs help? > Note > > This function does not load

PyImport_AddModule vs PyImport_Import

2016-09-27 Thread dl l
What is the difference between PyImport_AddModule and PyImport_Import? When need to use PyImport_AddModule? When need to use PyImport_Import? -- https://mail.python.org/mailman/listinfo/python-list