ok fixed i had to call NimMain(); this fixed everything
PyMODINIT_FUNC
PyInit_fib(void)
{
NimMain();
return PyModule_Create(&nim_module);
}
- segfault using string from c? segmentation_fault
- Re: segfault using string from c? yglukhov
- Re: segfault using string from c? segmentation_fault
- Re: segfault using string from c? segmentation_fault
- Re: segfault using string from c? yglukhov
- Re: segfault using string from c? yglukhov
- Re: segfault using string fro... segmentation_fault
- Re: segfault using string... segmentation_fault
