Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

What are some other known limitations of PythonD?

known limitations pythond
0
Posted

What are some other known limitations of PythonD?

0

– Although fcntl module is present, its function is very limited. Segment locking isn´t supported at all, and O_NONBLOCK is the only fcntl mode that won´t return an error. See DJGPP libc reference. – os.fork(), os.popen2(), os.popen3(), os.popen4() require a multitasking environment. As DJGPP runs in a single-tasking DOS environment, these functions are broken. posix.startfile arg must use *double escaped* backslash (‘\\\’) to represent a directory, or use ‘/’ on XP, eg: D:\\\mydir\\\somefile.doc = D:/mydir/somefile.doc But D:\blah or D:\\blah will not work – Multi-threaded socket scripts are untested. Non-networking threaded scripts seem to run fine. – Socketmodule does not support asynchronous connections. – Mouse support has been disabled in the Dislin module.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123