Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is the process of compilation and linking in python?



What is the process of compilation and linking in python?..

Answer / chaitanya

The compiling and linking allows the new extensions to be compiled properly without any error and the linking can be done only when it passes the compiled procedure. If the dynamic loading is used then it depends on the style that is being provided with the system. The python interpreter can be used to provide the dynamic loading of the configuration setup files and will rebuild the interpreter. The steps that is required in this as:

• Create a file with any name and in any lanugage that is supported by the compiler of your system. For example comp.c

• Place this file in the Modules/ directory of the distribution which is getting used.

• Add a line in the file Setup.local that is present in the Modules/ directory.

• Run the file using spam comp.o

• After successful run of this rebuild the interpreter by using the make command on the top-level directory.

• If the file is changed then run rebuildMakefile by using the command as ‘make Makefile’.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Python Interview Questions

Which method removes leading and trailing blanks in a string?

0 Answers  


How to count the occurrences of a perticular element in the list?

0 Answers  


What is nose python?

0 Answers  


Tell us what is python? What are the benefits of using python? What do you understand of pep 8?

0 Answers  


What is the function of gil in python?

0 Answers  


How to get class name of an instance in Python?

0 Answers  


How do I get a list of all files (and directories) in a given directory in Python?

0 Answers  


How do I convert a number to a string?

0 Answers  


Is python supports multithreading?

0 Answers  


What does * args mean in python?

0 Answers  


Describe how to use Sessions for Web python.

1 Answers  


How do I emulate os.kill() in windows?

0 Answers  


Categories